mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 11:16:11 +00:00
Modified Makefile of uml kernel to compile aha.o
This commit is contained in:
parent
c4db6aede0
commit
1204901470
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ clean-files :=
|
||||||
obj-y = config.o exec.o exitcode.o init_task.o irq.o ksyms.o mem.o \
|
obj-y = config.o exec.o exitcode.o init_task.o irq.o ksyms.o mem.o \
|
||||||
physmem.o process.o ptrace.o reboot.o sigio.o \
|
physmem.o process.o ptrace.o reboot.o sigio.o \
|
||||||
signal.o smp.o syscall.o sysrq.o time.o tlb.o trap.o uaccess.o \
|
signal.o smp.o syscall.o sysrq.o time.o tlb.o trap.o uaccess.o \
|
||||||
um_arch.o umid.o skas/
|
um_arch.o umid.o aha.o skas/
|
||||||
|
|
||||||
obj-$(CONFIG_BLK_DEV_INITRD) += initrd.o
|
obj-$(CONFIG_BLK_DEV_INITRD) += initrd.o
|
||||||
obj-$(CONFIG_GPROF) += gprof_syms.o
|
obj-$(CONFIG_GPROF) += gprof_syms.o
|
||||||
|
|
Loading…
Reference in a new issue