diff options
| author | Nathan Lee <me@nwlee.tech> | 2026-06-17 13:05:15 -0500 |
|---|---|---|
| committer | Nathan Lee <me@nwlee.tech> | 2026-06-17 13:05:15 -0500 |
| commit | b106df2447d23d6b3fcffa7cc87edde218d054f3 (patch) | |
| tree | 85b01191beada41b85bc391482cee7294b73f89b /Makefile | |
| parent | 2fb81f37d20fd442d1954a7356e3ab7f88314a9c (diff) | |
create wdt device discovery
discuss: per wrv32em status, consider moving custom wdt format to dtb or
pci device discovery (potentially both: we have the framework for pci.ko
extension after using dtb to discover memory and pci devices)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ $(KERNEL_ELF): $(KERNEL_OBJS) linker.ld | $(BIN_DIR) $(KERNEL_BIN): $(KERNEL_ELF) | $(BIN_DIR) @echo " OBJCOPY $@" - $(OBJCOPY) $(OBJCOPY_FLAG) $(KERNEL_ELF) $(KERNEL_BIN) + $(OBJCOPY) $(KERNEL_OBJCOPY_FLAG) $(KERNEL_ELF) $(KERNEL_BIN) $(OBJ_DIR)/%.o: %.c# | $(OBJ_DIR)/% @mkdir -p $(dir $@) |
