mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Makefiles: nuke $(SRC_DIR)
As all builds are done from top source dir, there is no need to have SRC_DIR. Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Kir Kolyshkin <kir@openvz.org> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
0f453c18ab
commit
85b04c8bfd
17 changed files with 46 additions and 52 deletions
|
|
@ -15,7 +15,7 @@ ccflags-y += -I compel/include/uapi
|
|||
asflags-y += -I compel/include/uapi
|
||||
|
||||
# General compel includes
|
||||
ccflags-y += -iquote $(SRC_DIR)/compel/include
|
||||
ccflags-y += -iquote compel/include
|
||||
ccflags-y += -fpie -fno-stack-protector
|
||||
|
||||
# General compel/plugins includes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue