Commit 7f516fff authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] fix m68knommu/68VZ328/de2 Makefile to compile local code files

This patch fixes the m68knomu/68VZ328/de2 Makefile to build all its
local code files. Previously it relied on Makefiles above it to do
this. It should be done here.
parent d13ce4f1
#
# Makefile for arch/m68knommu/platform/68VZ328/de2.
#
obj-y := config.o
EXTRA_TARGETS := bootlogo.rh crt0_$(MODEL).o
$(obj)/bootlogo.rh: $(src)/../../68EZ328/bootlogo.h
perl $(src)/../../68328/bootlogo.pl < $(src)/../../68EZ328/bootlogo.h \
> $(obj)/bootlogo.rh
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment