diff options
author | Jon Loeliger <jdl@freescale.com> | 2007-11-27 11:15:26 -0600 |
---|---|---|
committer | Jon Loeliger <jdl@freescale.com> | 2007-11-27 11:15:26 -0600 |
commit | 83c5c9b71b451dd62af5dcbddbbe291ee3a58a6e (patch) | |
tree | 7184dd18ee8768db88a2fdeb94437ae02a9d66eb /libfdt/Makefile | |
parent | 68b88999da87ab88e71e1306192905be3450198e (diff) | |
parent | f92edbd8a0ef16a2b9127cbb564c09685728e4b0 (diff) |
Merge commit 'wd/master'
Diffstat (limited to 'libfdt/Makefile')
-rw-r--r-- | libfdt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libfdt/Makefile b/libfdt/Makefile index dc411370f5..126fa2c02f 100644 --- a/libfdt/Makefile +++ b/libfdt/Makefile @@ -27,9 +27,9 @@ LIB = $(obj)libfdt.a SOBJS = -COBJS = fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o - +COBJS-y += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o +COBJS := $(COBJS-y) SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |