diff options
Diffstat (limited to 'target/device/AMD/Makefile.in')
-rw-r--r-- | target/device/AMD/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/target/device/AMD/Makefile.in b/target/device/AMD/Makefile.in new file mode 100644 index 000000000..32dd4707f --- /dev/null +++ b/target/device/AMD/Makefile.in @@ -0,0 +1,7 @@ +# Override the default uClibc configuration +ifeq ($(strip $(BR2_TARGET_AMD_ALCHEMY_DBAU1500)),y) + +include target/device/AMD/DBAu1500/Makefile.in +include target/device/AMD/DBAu1500/linux.mk + +endif |