aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/platform/68EZ328/Makefile
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-04-20 10:38:08 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2012-04-20 10:38:08 -0700
commitedaf6c38344b026aec8be852bf7ddd9916eedf9e (patch)
treef558196ccd4e5331f2fd71e9d4beb999730cbb8a /arch/m68k/platform/68EZ328/Makefile
parentMerge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux (diff)
parentm68knommu: make sure 2nd FEC eth interface pins are enabled on 5275 ColdFire (diff)
downloadlinux-dev-edaf6c38344b026aec8be852bf7ddd9916eedf9e.tar.xz
linux-dev-edaf6c38344b026aec8be852bf7ddd9916eedf9e.zip
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68k arch fixes from Greg Ungerer: "This contains four fixes for 3.4. Two fix and clean up compilation for the nommu 68x328 CPU targets. The other two fix the platform definition and multi-function pin setup of the second eth interface on the ColdFire 5275 SoC." * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68knommu: make sure 2nd FEC eth interface pins are enabled on 5275 ColdFire m68knommu: fix id number for second eth device on 5275 ColdFire m68knommu: move and fix the 68VZ328 platform bootlogo.h m68knommu: remove the unused bootlogo.h processing for 68EZ328 and 68VZ328
Diffstat (limited to 'arch/m68k/platform/68EZ328/Makefile')
-rw-r--r--arch/m68k/platform/68EZ328/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/m68k/platform/68EZ328/Makefile b/arch/m68k/platform/68EZ328/Makefile
index ee97735a242c..b44d799b1115 100644
--- a/arch/m68k/platform/68EZ328/Makefile
+++ b/arch/m68k/platform/68EZ328/Makefile
@@ -3,9 +3,3 @@
#
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