aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/68EZ328/Makefile
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2011-05-24 09:59:36 +0200
committerTejun Heo <tj@kernel.org>2011-05-24 09:59:36 +0200
commit6988f20fe04e9ef3aea488cb8ab57fbeb78e12f0 (patch)
treec9d7fc50a2e2147a5ca07e3096e7eeb916ad2da9 /arch/m68k/platform/68EZ328/Makefile
parentpercpu: Always align percpu output section to PAGE_SIZE (diff)
parentpercpu: Unify input section names (diff)
downloadlinux-dev-6988f20fe04e9ef3aea488cb8ab57fbeb78e12f0.tar.xz
linux-dev-6988f20fe04e9ef3aea488cb8ab57fbeb78e12f0.zip
Merge branch 'fixes-2.6.39' into for-2.6.40
Diffstat (limited to 'arch/m68k/platform/68EZ328/Makefile')
-rw-r--r--arch/m68k/platform/68EZ328/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/m68k/platform/68EZ328/Makefile b/arch/m68k/platform/68EZ328/Makefile
new file mode 100644
index 000000000000..ee97735a242c
--- /dev/null
+++ b/arch/m68k/platform/68EZ328/Makefile
@@ -0,0 +1,11 @@
+#
+# Makefile for arch/m68knommu/platform/68EZ328.
+#
+
+obj-y := config.o
+
+extra-y := bootlogo.rh
+
+$(obj)/bootlogo.rh: $(src)/bootlogo.h
+ perl $(src)/../68328/bootlogo.pl < $(src)/bootlogo.h \
+ > $(obj)/bootlogo.rh