diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-12-05 21:52:35 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-12-15 10:25:14 +0100 |
commit | e35eb0486195cba6ddece04ff42c4edebfb7d45c (patch) | |
tree | 997f42ffd79870fc61639846040a037b26661834 /target/Makefile.in | |
parent | e96a820300fc53ff63099e9b8dde179407663930 (diff) |
Remove completely useless set of Makefiles specific to Atmel
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target/Makefile.in')
-rw-r--r-- | target/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/Makefile.in b/target/Makefile.in index 475cd6e5b..aab9d39b9 100644 --- a/target/Makefile.in +++ b/target/Makefile.in @@ -4,5 +4,3 @@ include target/generic/Makefile.in # this eventually adds the kernel target to TARGETS: include target/device/Makefile.in include target/xtensa/Makefile.in - -include target/device/Makefile.in.linux |