summaryrefslogtreecommitdiff
path: root/target/device/AMD/DBAu1500/Makefile.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-09-01 16:20:26 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2009-09-01 16:20:26 +0200
commit4d664738b036c276d4d2f5238520a1b460d277a2 (patch)
tree42ed8ea21a17e575c72eb0919c0f48f02dfa8048 /target/device/AMD/DBAu1500/Makefile.in
parent129c2d1e1df6ac895fbb93f7d2a9649657e209f2 (diff)
target/device/AMD: remove
It hasn't been touched in years, and Config.in refers to non-existing files (linux.mk), so there cannot be many users. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/AMD/DBAu1500/Makefile.in')
-rw-r--r--target/device/AMD/DBAu1500/Makefile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/device/AMD/DBAu1500/Makefile.in b/target/device/AMD/DBAu1500/Makefile.in
deleted file mode 100644
index 075bc6cfc..000000000
--- a/target/device/AMD/DBAu1500/Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
-# ALCHEMY_DBAU1500_PATH=target/device/AMD/DBAu1500
-BOARD_PATH:=target/device/AMD/DBAu1500
-BR2_PACKAGE_BUSYBOX_CONFIG=$(BOARD_PATH)/busybox.config
-UCLIBC_CONFIG_FILE=$(TOOL_BUILD_DIR)/uClibc.config.$(ARCH)
-
-TARGET_SKELETON=$(BOARD_PATH)/target_skeleton
-TARGET_DEVICE_TABLE=$(BOARD_PATH)/device_table.txt
-
-TARGETS+=linux
-
-$(UCLIBC_DIR)/.xprep::
- cp toolchain/uClibc/uClibc-$(UCLIBC_VER).config $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_1 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_2 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_3 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_4 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "CONFIG_MIPS_ISA_MIPS32=y" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_ISA_MIPS64 is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "CONFIG_MIPS_O32_ABI=y" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_N32_ABI is not set" >> $(UCLIBC_CONFIG_FILE)
- /bin/echo "# CONFIG_MIPS_N64_ABI is not set" >> $(UCLIBC_CONFIG_FILE)
-