|
@@ -130,6 +130,11 @@ obj-$(CONFIG_GENERIC_STRNLEN_USER) += strnlen_user.o
|
|
|
|
|
|
obj-$(CONFIG_STMP_DEVICE) += stmp_device.o
|
|
obj-$(CONFIG_STMP_DEVICE) += stmp_device.o
|
|
|
|
|
|
|
|
+libfdt_files = fdt.o fdt_ro.o fdt_wip.o fdt_rw.o fdt_sw.o fdt_strerror.o
|
|
|
|
+$(foreach file, $(libfdt_files), \
|
|
|
|
+ $(eval CFLAGS_$(file) = -I$(src)/../scripts/dtc/libfdt))
|
|
|
|
+lib-$(CONFIG_LIBFDT) += $(libfdt_files)
|
|
|
|
+
|
|
hostprogs-y := gen_crc32table
|
|
hostprogs-y := gen_crc32table
|
|
clean-files := crc32table.h
|
|
clean-files := crc32table.h
|
|
|
|
|