Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create LinuxMakefile #11

wants to merge 1 commit into from

Conversation

krisnova
Copy link
Contributor

@krisnova krisnova commented Feb 3, 2019

No description provided.


PHONY += prepare0

ifeq ($(KBUILD_EXTMOD),)

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

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

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

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 ''

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.

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)

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... 🐼

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants