Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jedeoric committed Sep 24, 2023
1 parent de97052 commit 1dc8dfa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ else
AR = $(CC65_HOME)/bin/ar65
endif


PATH_PACKAGE_ROM=build/usr/share/$(PROGRAM_NAME)/

init:
Expand Down Expand Up @@ -52,7 +51,6 @@ kernel: $(SOURCE)
@cp kernelsd.sym $(PATH_PACKAGE_ROM)/
@cp kernelsd.map $(PATH_PACKAGE_ROM)/


@echo Build kernelus.rom for Twilighte board
@echo "WITH_TWILIGHTE_BOARD">$(PATH_PACKAGE_ROM)/kernelus.lst
@$(AS) --verbose -s -tnone --debug-info -o kernelus.ld65 $(SOURCE) $(ASFLAGS) > output.log
Expand Down

0 comments on commit 1dc8dfa

Please sign in to comment.