Skip to content

Commit

Permalink
[PATCH] m68knommu: build support for 68328 romvec.S
Browse files Browse the repository at this point in the history
Conditionaly compile the 68328 romvec code based on the ROM configuration
being enabled.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Jun 28, 2006
1 parent 0d44269 commit 541960f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/m68knommu/platform/68328/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ head-$(CONFIG_DRAGEN2) = head-de2.o

obj-y += entry.o ints.o timers.o
obj-$(CONFIG_M68328) += config.o
obj-$(CONFIG_ROM) += romvec.o

extra-y := head.o
extra-$(CONFIG_M68328) += bootlogo.rh head.o
Expand Down

0 comments on commit 541960f

Please sign in to comment.