mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
include/boot: Move zipl/boot/error.h to include/boot
- Move zipl/boot/error.h to include/boot - Adjust include statements in zipb/boot and genprotimg/boot - Remove error.h from tunedasd/src/tunedasd.c as not needed - Fix tunedasd/src/Makefile Signed-off-by: Mikhail Zaslonko <zaslonko@linux.ibm.com> Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
b06ca88cd4
commit
eb06ebe245
@@ -1,6 +1,6 @@
|
||||
include ../../common.mak
|
||||
|
||||
ALL_CPPFLAGS += -I../include -I../boot
|
||||
ALL_CPPFLAGS += -I../include
|
||||
|
||||
libs = $(rootdir)/libdasd/libdasd.a \
|
||||
$(rootdir)/libutil/libutil.a
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
#include "lib/zt_common.h"
|
||||
|
||||
#include "disk.h"
|
||||
#include "error.h"
|
||||
#include "tunedasd.h"
|
||||
|
||||
static const struct util_prg prg = {
|
||||
|
||||
Reference in New Issue
Block a user