diff options
author | Eric Andersen <andersen@codepoet.org> | 2006-11-15 06:52:00 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2006-11-15 06:52:00 +0000 |
commit | ba70f94e629ece312a4bf2b9b663a4f73d6032bb (patch) | |
tree | 4a165103220461604c47652f62a373f679728577 /target/device/Sharp | |
parent | 3d9321336b7a2d0d8656c124c236c57ac1066d88 (diff) |
subversion makes it so we do not need a separate tarball
to store empty directories and symlinks for the target_skeleton.
Diffstat (limited to 'target/device/Sharp')
-rw-r--r-- | target/device/Sharp/LNode80/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Sharp/LNode80/Makefile.in b/target/device/Sharp/LNode80/Makefile.in index aefc2aef4..679fb1d9f 100644 --- a/target/device/Sharp/LNode80/Makefile.in +++ b/target/device/Sharp/LNode80/Makefile.in @@ -1,6 +1,6 @@ SHARP_LNODE80_PATH=target/device/Sharp/LNode80 -TARGET_SKEL_DIR=$(SHARP_LNODE80_PATH)/target_skeleton +TARGET_SKELETON=$(SHARP_LNODE80_PATH)/target_skeleton TARGET_DEVICE_TABLE=$(SHARP_LNODE80_PATH)/device_table.txt TARGETS+=linux |