diff options
| author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
|---|---|---|
| committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-22 10:38:37 -0500 |
| commit | fcc9d2e5a6c89d22b8b773a64fb4ad21ac318446 (patch) | |
| tree | a57612d1888735a2ec7972891b68c1ac5ec8faea /arch/m68k/platform/68328/Makefile | |
| parent | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (diff) | |
Diffstat (limited to 'arch/m68k/platform/68328/Makefile')
| -rw-r--r-- | arch/m68k/platform/68328/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/arch/m68k/platform/68328/Makefile b/arch/m68k/platform/68328/Makefile new file mode 100644 index 00000000000..5e5435552d5 --- /dev/null +++ b/arch/m68k/platform/68328/Makefile | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # | ||
| 2 | # Makefile for arch/m68knommu/platform/68328. | ||
| 3 | # | ||
| 4 | |||
| 5 | head-y = head-$(MODEL).o | ||
| 6 | head-$(CONFIG_PILOT) = head-pilot.o | ||
| 7 | head-$(CONFIG_DRAGEN2) = head-de2.o | ||
| 8 | |||
| 9 | obj-y += entry.o ints.o timers.o | ||
| 10 | obj-$(CONFIG_M68328) += config.o | ||
| 11 | obj-$(CONFIG_ROM) += romvec.o | ||
| 12 | |||
| 13 | extra-y := head.o | ||
| 14 | extra-$(CONFIG_M68328) += bootlogo.rh head.o | ||
| 15 | |||
| 16 | $(obj)/bootlogo.rh: $(src)/bootlogo.h | ||
| 17 | perl $(src)/bootlogo.pl < $(src)/bootlogo.h > $(obj)/bootlogo.rh | ||
| 18 | |||
| 19 | $(obj)/head.o: $(obj)/$(head-y) | ||
| 20 | ln -sf $(head-y) $(obj)/head.o | ||
| 21 | |||
| 22 | clean-files := $(obj)/bootlogo.rh $(obj)/head.o $(head-y) | ||
