summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index dae1b6c..fe465f6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
CC=gcc
CFLAGS=-W -Wall -pedantic -Wextra -g -O2
-OBJS=main.o common.o cpu.o entropy.o forks.o fw_packets.o interrupts.o load.o \
- open_files.o open_inodes.o processes.o swap.o uptime.o
-LINKS=cpu entropy forks fw_packets interrupts load open_files open_inodes \
- processes swap uptime
+OBJS=main.o common.o cpu.o entropy.o forks.o fw_packets.o interrupts.o \
+ if_err_.o load.o open_files.o open_inodes.o processes.o swap.o uptime.o
+LINKS=cpu entropy forks fw_packets interrupts if_err_eth0 load open_files \
+ open_inodes processes swap uptime
%.o:%.c
${CC} ${CFLAGS} -c $< -o $@