mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 11:29:17 +00:00
refactor(rootfs): reorganize file structure and remove unnecessary .gitkeep files
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
NAME=gcc
|
||||
OBJECT_NAME=lib$(NAME).a
|
||||
OUTPUT_DIR=$(WORKSPACE_DIR)/out/lib/
|
||||
OUTPUT_DIR=$(WORKSPACE_DIR)/out/sys/lib/
|
||||
CRTBEGIN_PATH = $(shell $(CC) -print-file-name=libgcc.a)
|
||||
|
||||
build: $(OBJECT_NAME)
|
||||
|
Reference in New Issue
Block a user