diff options
Diffstat (limited to 'target/linux/archs38/Makefile')
-rw-r--r-- | target/linux/archs38/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/archs38/Makefile b/target/linux/archs38/Makefile index 166d3d5540..be0d722893 100644 --- a/target/linux/archs38/Makefile +++ b/target/linux/archs38/Makefile @@ -17,10 +17,10 @@ KERNEL_PATCHVER:=4.4 DEVICE_TYPE:=developerboard -include $(INCLUDE_DIR)/target.mk - define Target/Description Synopsys DesignWare boards endef +include $(INCLUDE_DIR)/target.mk + $(eval $(call BuildTarget)) |