diff options
Diffstat (limited to 'arch/h8300/platform/h8s/generic/Makefile')
-rw-r--r-- | arch/h8300/platform/h8s/generic/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/h8300/platform/h8s/generic/Makefile b/arch/h8300/platform/h8s/generic/Makefile new file mode 100644 index 000000000000..055d53a9811b --- /dev/null +++ b/arch/h8300/platform/h8s/generic/Makefile @@ -0,0 +1,6 @@ +# +# Makefile for the linux kernel. +# + +extra-y = crt0_$(MODEL).o +obj-y := timer.o |