-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create LinuxMakefile #11
base: master
Are you sure you want to change the base?
Conversation
|
||
PHONY += prepare0 | ||
|
||
ifeq ($(KBUILD_EXTMOD),) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Henlo friend. 🦄 Meeps... this looks strange...
SKIP_STACK_VALIDATION := 1 | ||
export SKIP_STACK_VALIDATION | ||
endif | ||
endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Henlo friend. 🦄 Frank is confused... 🐼
endif # CONFIG_MODULE_COMPRESS_GZIP | ||
ifdef CONFIG_MODULE_COMPRESS_XZ | ||
mod_compress_cmd = xz -f | ||
endif # CONFIG_MODULE_COMPRESS_XZ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Henlo friend. 🦄 Wondering why this is here...? 🌈🐼
|
||
modules: $(module-dirs) | ||
@$(kecho) ' Building modules, stage 2.'; | ||
$(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Me again, just one more nit...🌈 Are you sure about this?⚡
@echo '' | ||
@echo 'Documentation targets:' | ||
@$(MAKE) -f $(srctree)/Documentation/Makefile dochelp | ||
@echo '' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hrmmm... Woah... this old bit again... 🦄
# =========================================================================== | ||
# Build targets only - this includes vmlinux, arch specific targets, clean | ||
# targets and others. In general all targets except *config targets. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi...🦄 So I read your PR... Woah... this old bit again... 🦄
virt-y := virt/ | ||
endif # KBUILD_EXTMOD | ||
|
||
ifeq ($(dot-config),1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi...🦄 So I read your PR... Frank is confused... 🐼
No description provided.