Commit c1858025 authored by Alessandro Rubini's avatar Alessandro Rubini Committed by Adam Wujek

wrs: use local config file, not unix one (no change)

arch-wrs/Makefile was building arch-unix/conf.o . Make a local copy
instead, as we'll add more fault-injection stuff.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 0e71267b
......@@ -8,11 +8,11 @@ ARCH_PP_PRINTF_CFLAGS += -include ../$A/include/strnlen.h
OBJ-y += $A/wrs-startup.o \
$A/main-loop.o \
$A/wrs-io.o \
$A/wrs-conf.o \
$A/wrs-calibration.o \
$A/wrs-ipcserver.o \
$A/shmem.o \
$A/util.o \
arch-unix/unix-conf.o \
lib/cmdline.o \
lib/conf.o \
lib/libc-functions.o \
......
/*
* Copyright (C) 2014 CERN (www.cern.ch)
* Author: Alessandro Rubini
*
* Released according to GNU LGPL, version 2.1 or any later
*/
#include <ppsi/ppsi.h>
struct pp_argline pp_arch_arglines[] = {
GLOB_OPTION_INT("rx-drop", ARG_INT, NULL, rxdrop),
GLOB_OPTION_INT("tx-drop", ARG_INT, NULL, txdrop),
{}
};
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