diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-03-05 21:08:58 +0200 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2021-03-05 21:09:05 +0200 |
commit | 81429ad8e8daee9bc90e4558525535e4b37dbe5c (patch) | |
tree | 13bea920f7c42f14d5e9b48e78f4d1e791dd4507 /drivers/makefile | |
parent | add broken Scheduler (diff) | |
download | kernel.cpp-81429ad8e8daee9bc90e4558525535e4b37dbe5c.tar.xz |
libk: add int_t min max size constants
Diffstat (limited to 'drivers/makefile')
-rw-r--r-- | drivers/makefile | 2 |
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 |