Commit a5907c21 authored by Greg Ungerer's avatar Greg Ungerer Committed by Christoph Hellwig

[PATCH] fix m68knommu/68VZ328 Makefile to traverse sub-dirs

Fix m68knommu 68VZ328 Makefile to only traverse its sub-directories.
There is no local code files for it to compile.
parent 898e8792
......@@ -2,11 +2,5 @@
# Makefile for arch/m68knommu/platform/68VZ328.
#
obj-y := $(BOARD)/config.o
EXTRA_TARGETS := $(BOARD)/bootlogo.rh $(BOARD)/crt0_$(MODEL).o
$(obj)/$(BOARD)/bootlogo.rh: $(src)/../68EZ328/bootlogo.h
perl $(src)/../68328/bootlogo.pl < $(src)/../68EZ328/bootlogo.h \
> $(obj)/$(BOARD)/bootlogo.rh
obj-y := $(BOARD)/
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