Also build the PIC framework helper

This commit is contained in:
Pierre Pronchery 2018-07-15 03:44:15 +02:00
parent 758a0673a4
commit 702497e79b

View File

@ -1,5 +1,5 @@
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..
as=$(CC)
asflags_force=$(CFLAGSF) $(CFLAGS) -c
@ -21,6 +21,10 @@ sources=clock.c
type=object
sources=console.c
[pic.o]
type=object
sources=pic.c
#sources
[bus.c]
depends=bus.h,bus/ioport.c
@ -30,3 +34,6 @@ depends=bus.h,clock.h
[console.c]
depends=bus.h,console.h
[pic.c]
depends=bus.h,pic.h