Also build the PIC framework helper
This commit is contained in:
parent
758a0673a4
commit
702497e79b
|
@ -1,5 +1,5 @@
|
||||||
subdirs=boot,bus,clock,console
|
subdirs=boot,bus,clock,console
|
||||||
targets=bus.o,clock.o,console.o
|
targets=bus.o,clock.o,console.o,pic.o
|
||||||
cppflags_force=-nostdinc -isystem ../../include -I..
|
cppflags_force=-nostdinc -isystem ../../include -I..
|
||||||
as=$(CC)
|
as=$(CC)
|
||||||
asflags_force=$(CFLAGSF) $(CFLAGS) -c
|
asflags_force=$(CFLAGSF) $(CFLAGS) -c
|
||||||
|
@ -21,6 +21,10 @@ sources=clock.c
|
||||||
type=object
|
type=object
|
||||||
sources=console.c
|
sources=console.c
|
||||||
|
|
||||||
|
[pic.o]
|
||||||
|
type=object
|
||||||
|
sources=pic.c
|
||||||
|
|
||||||
#sources
|
#sources
|
||||||
[bus.c]
|
[bus.c]
|
||||||
depends=bus.h,bus/ioport.c
|
depends=bus.h,bus/ioport.c
|
||||||
|
@ -30,3 +34,6 @@ depends=bus.h,clock.h
|
||||||
|
|
||||||
[console.c]
|
[console.c]
|
||||||
depends=bus.h,console.h
|
depends=bus.h,console.h
|
||||||
|
|
||||||
|
[pic.c]
|
||||||
|
depends=bus.h,pic.h
|
||||||
|
|
Loading…
Reference in New Issue
Block a user