diff options
Diffstat (limited to 'target/linux/rb532/Makefile')
-rw-r--r-- | target/linux/rb532/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/rb532/Makefile b/target/linux/rb532/Makefile index ee2360187c..608f0aca14 100644 --- a/target/linux/rb532/Makefile +++ b/target/linux/rb532/Makefile @@ -13,9 +13,9 @@ FEATURES:=jffs2 pci tgz LINUX_VERSION:=2.6.22.4 -include $(INCLUDE_DIR)/kernel-build.mk +include $(INCLUDE_DIR)/target.mk # include the profiles -include profiles/*.mk -$(eval $(call BuildKernel)) +$(eval $(call BuildTarget)) |