diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 22:57:54 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-23 22:57:54 +0200 |
commit | 4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd (patch) | |
tree | 8f45e0750646ae84c49bc426a6ac39d5a1a46fb3 /target/device/xtensa | |
parent | 6d34f1d3bfc22eb60d9bc9a1ff032dfd31945610 (diff) | |
download | buildroot-novena-4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd.tar.gz buildroot-novena-4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd.zip |
target/device: misc cleanup
Remove outdated and/or unused variables/files.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/device/xtensa')
-rw-r--r-- | target/device/xtensa/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/device/xtensa/Makefile.in b/target/device/xtensa/Makefile.in index f878a822a..a0403e831 100644 --- a/target/device/xtensa/Makefile.in +++ b/target/device/xtensa/Makefile.in @@ -1,8 +1,6 @@ ifeq ($(BR2_xtensa),y) ifeq ($(strip $(BR2_TARGET_XTENSA_XTAV60)),y) -# UCLIBC_CONFIG_FILE:=target/device/xtensa/xtav60/uClibc.config -# BR2_PACKAGE_BUSYBOX_CONFIG:=target/device/xtensa/xtav60/busybox.config TARGET_SKELETON_PATCH:=target/device/xtensa endif |