结构:
makefile
system/
-> makefile
-> kernel/
-> -> makefile
-> -> src/
-> FutureModules
-> -> makefile
-> -> src/
userland/
-> makefile
-> FutureModules
-> -> makefile
-> -> src/
目前我正在使用make system
构建它。
make debug system
或make -d system
之类的内容(例如make debug system userland
或类似的内容)。system
,并手动必须在system/makefile
中添加所需的目标。现在为了实现这个目标:
make system
和我定义CFLAGS += -g -Og
时,system/makefile
是否从根文件中获取常量?make debug system userland
并且有类似debug: CFLAGS += -g -Og
之类的内容时,系统和用户空间是否会获得-g -Og
标志?编辑:我设法通过使用$(shell find -maxdepth 1 -type d)
和其他一些命令来实现2.
答案 0 :(得分:0)
解决它:
@media (max-width: 800px) {
.sliders-container {font-size: 100px};}
将xxxBUILD等添加到相应的xxxFLAGS。