Skip to content
Snippets Groups Projects
Commit 2945919c authored by Eemeli Lehtonen's avatar Eemeli Lehtonen
Browse files

fix: removing source files breaks make

parent 6d092da4
Branches
Tags
No related merge requests found
...@@ -60,6 +60,8 @@ GDB_FLAGS ?= ...@@ -60,6 +60,8 @@ GDB_FLAGS ?=
GDB_FLAGS += --eval-command="target remote localhost:1234" GDB_FLAGS += --eval-command="target remote localhost:1234"
GDB_FLAGS += --eval-command="symbol-file ${KERNEL}" GDB_FLAGS += --eval-command="symbol-file ${KERNEL}"
${KERNEL_SRC}:
# hyperion kernel compilation # hyperion kernel compilation
${KERNEL}: ${KERNEL_SRC} Makefile Cargo.toml Cargo.lock ${KERNEL}: ${KERNEL_SRC} Makefile Cargo.toml Cargo.lock
@echo -e "\n\033[32m--[[ building Hyperion ]]--\033[0m" @echo -e "\n\033[32m--[[ building Hyperion ]]--\033[0m"
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment