diff options
author | Chris Zankel <chris@zankel.net> | 2008-11-06 10:17:46 -0800 |
---|---|---|
committer | Chris Zankel <chris@zankel.net> | 2008-11-06 10:25:26 -0800 |
commit | 8fa5723aa7e053d498336b48448b292fc2e0458b (patch) | |
tree | 8f13e4f3515c6a3d4e2b8f2d5b18869814f220d5 /arch/xtensa/platforms/xt2000/Makefile | |
parent | 367b8112fe2ea5c39a7bb4d263dcdd9b612fae18 (diff) |
xtensa: Add xt2000 support files.
The last check-in to support the xt2000 development platform was missing
some files.
Signed-off-by: Chris Zankel <chris@zankel.net>
Diffstat (limited to 'arch/xtensa/platforms/xt2000/Makefile')
-rw-r--r-- | arch/xtensa/platforms/xt2000/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/xtensa/platforms/xt2000/Makefile b/arch/xtensa/platforms/xt2000/Makefile new file mode 100644 index 00000000000..54d018e45bf --- /dev/null +++ b/arch/xtensa/platforms/xt2000/Makefile @@ -0,0 +1,5 @@ +# +# Makefile for the Tensilica XT2000 Emulation Board +# + +obj-y = setup.o |