Commit c45e9c34 authored by Rusty Russell's avatar Rusty Russell Committed by Linus Torvalds

[PATCH] trivial fix for missing bracket in 68328 Makefile

From:  Greg Ungerer <gerg@moreton.com.au>

  Put in missing Makefile var bracket in 68328 processor support.
parent b8329882
...@@ -7,7 +7,7 @@ obj-$(CONFIG_M68EZ328) += entry.o ints.o ...@@ -7,7 +7,7 @@ obj-$(CONFIG_M68EZ328) += entry.o ints.o
obj-$(CONFIG_M68VZ328) += entry.o ints.o obj-$(CONFIG_M68VZ328) += entry.o ints.o
ifeq ($(CONFIG_M68328),y) ifeq ($(CONFIG_M68328),y)
EXTRA_TARGETS := $(BOARD)/bootlogo.rh $(BOARD/crt0_$(MODEL).o EXTRA_TARGETS := $(BOARD)/bootlogo.rh $(BOARD)/crt0_$(MODEL).o
endif endif
include $(TOPDIR)/Rules.make include $(TOPDIR)/Rules.make
......
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