Commit 25e5bbbc authored by Anton Midyukov's avatar Anton Midyukov

realtime.mk: add kernel headers via kernel-headers package list

parent fee09abc
...@@ -4,7 +4,7 @@ mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal \ ...@@ -4,7 +4,7 @@ mixin/cnc-rt: use/l10n +nm-gtk +systemd +systemd-optimal \
@$(call add,THE_LISTS,realtime/tests) @$(call add,THE_LISTS,realtime/tests)
@$(call add,THE_LISTS,engineering/cnc) @$(call add,THE_LISTS,engineering/cnc)
@$(call add,THE_LISTS,engineering/misc) @$(call add,THE_LISTS,engineering/misc)
@$(call add,THE_PACKAGES,kernel-headers-rt) @$(call add,THE_LISTS,kernel-headers)
@$(call add,THE_PACKAGES,gcc-c++ liblinuxcnc-devel) @$(call add,THE_PACKAGES,gcc-c++ liblinuxcnc-devel)
ifeq (distro,$(IMAGE_CLASS)) ifeq (distro,$(IMAGE_CLASS))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment