]> git.ipfire.org Git - people/ms/linux.git/blobdiff - lib/Makefile
bootconfig: Make the bootconfig.o as a normal object file
[people/ms/linux.git] / lib / Makefile
index 6b9ffc1bd1eed2c8660a3281456441545cb257b6..08053df16c7c878d0b3c8f011ff22c1960466cfd 100644 (file)
@@ -279,7 +279,7 @@ $(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_BOOT_CONFIG) += bootconfig.o
 
 obj-$(CONFIG_RBTREE_TEST) += rbtree_test.o
 obj-$(CONFIG_INTERVAL_TREE_TEST) += interval_tree_test.o