X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2FMakefile;h=611872c0692693f8e6c5048f1e5902ecdf429511;hb=359c92c02bfae1a6f1e8e37c298e518fd256642c;hp=23ca78d43d247ec09e301781e1fd4d049e76f04a;hpb=e17ac02b18c61f0d5f85c6ec9e49f3ff00b2b3cd;p=linux-2.6-microblaze.git diff --git a/lib/Makefile b/lib/Makefile index 23ca78d43d24..611872c06926 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -230,6 +230,8 @@ $(foreach file, $(libfdt_files), \ $(eval CFLAGS_$(file) = -I $(srctree)/scripts/dtc/libfdt)) lib-$(CONFIG_LIBFDT) += $(libfdt_files) +lib-$(CONFIG_BOOT_CONFIG) += bootconfig.o + obj-$(CONFIG_RBTREE_TEST) += rbtree_test.o obj-$(CONFIG_INTERVAL_TREE_TEST) += interval_tree_test.o @@ -239,8 +241,8 @@ obj-$(CONFIG_ASN1) += asn1_decoder.o obj-$(CONFIG_FONT_SUPPORT) += fonts/ -hostprogs-y := gen_crc32table -hostprogs-y += gen_crc64table +hostprogs := gen_crc32table +hostprogs += gen_crc64table clean-files := crc32table.h clean-files += crc64table.h