Automatically rebuild kernel on libmittos update
This commit is contained in:
@@ -16,6 +16,7 @@ LDLIBS := -nostdlib -lgcc -L/opt/sysroot/usr/lib -lc -lmittos
|
||||
|
||||
kernel: $(OBJ)
|
||||
$(LINK.c) $^ $(LOADLIBES) $(LDLIBS) -o $@
|
||||
kernel: .EXTRA_PREREQS = ${BUILDROOT}/sysroot/usr/lib/libmittos.a
|
||||
|
||||
%.o: %.S.py
|
||||
python3 $^ | $(COMPILE.S) $(DEPFLAGS) -x assembler-with-cpp - -o $@
|
||||
|
||||
Reference in New Issue
Block a user