diff options
Diffstat (limited to 'arch/sh/boards/se/770x/Makefile')
-rw-r--r-- | arch/sh/boards/se/770x/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/boards/se/770x/Makefile b/arch/sh/boards/se/770x/Makefile new file mode 100644 index 000000000000..be89a73cc418 --- /dev/null +++ b/arch/sh/boards/se/770x/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the 770x SolutionEngine specific parts of the kernel +# + +obj-y := mach.o setup.o io.o irq.o led.o + |