fix build

This commit is contained in:
Alex Bates 2020-10-22 17:39:14 +01:00
parent 0ea4d24deb
commit 1abd55b4a1
No known key found for this signature in database
GPG Key ID: 5E11C2DB78877706
3 changed files with 3 additions and 2 deletions

View File

@ -88,7 +88,7 @@ print-% : ; $(info $* is a $(flavor $*) variable set to [$($*)]) @true
$(BUILD_DIR):
mkdir -p $(BUILD_DIR)
$(BUILD_DIR)/%.o: %.s
$(BUILD_DIR)/%.s.o: %.s
$(AS) $(ASFLAGS) -o $@ $<
$(BUILD_DIR)/%.c.o: %.c $(H_FILES)

@ -1 +1 @@
Subproject commit b349796f4ef5d7f796ac0796c7a9974f5b735547
Subproject commit 91d14b76cd4bb956b586d5802c1a86e019ca8029

View File

@ -5,6 +5,7 @@ options:
pycparser_flags: ["-Iinclude", "-D_LANGUAGE_C", "-ffreestanding", "-DF3DEX_GBI_2", "-DSPLAT"]
compiler: "GCC"
mnemonic_ljust: 10
o_as_suffix: yes
segments:
- name: header
type: header