aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2021-03-05 21:08:58 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2021-03-05 21:09:05 +0200
commit81429ad8e8daee9bc90e4558525535e4b37dbe5c (patch)
tree13bea920f7c42f14d5e9b48e78f4d1e791dd4507 /drivers
parentadd broken Scheduler (diff)
downloadkernel.cpp-81429ad8e8daee9bc90e4558525535e4b37dbe5c.tar.xz
libk: add int_t min max size constants
Diffstat (limited to 'drivers')
-rw-r--r--drivers/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/makefile b/drivers/makefile
index 2a1fa0c..9405f0b 100644
--- a/drivers/makefile
+++ b/drivers/makefile
@@ -6,7 +6,7 @@ HWH := drivers/hardware.h
autogen := $(autogen) $(HWH)
$(HWH): .config
- @echo " GEN $@"
+ @echo " GEN $@"
@echo \/\* autogenerated hardware description \*\/ > $(HWH)
@echo \#pragma once >> $(HWH)
ifdef CONFIG_video0_enable