mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 07:36:44 +07:00
6f4a8856e0
Quite a few of the non-mmu specific support files have a pathname in the title comments of the file. These files have moved around a bit over the years, and most are no longer accurate. Remove the pathname and fix the comments to include at least a short description of the files contents. Signed-off-by: Greg Ungerer <gerg@uclinux.org> Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
13 lines
232 B
Makefile
13 lines
232 B
Makefile
#
|
|
# Makefile for 68360 machines.
|
|
#
|
|
model-y := ram
|
|
model-$(CONFIG_ROMKERNEL) := rom
|
|
|
|
obj-y := config.o commproc.o entry.o ints.o
|
|
|
|
extra-y := head.o
|
|
|
|
$(obj)/head.o: $(obj)/head-$(model-y).o
|
|
ln -sf head-$(model-y).o $(obj)/head.o
|