zephyr/samples/posix/eventfd/Makefile.host
Doug Foster 9fe370ef36 samples: doc: Added/Updated README and Makefile for POSIX samples
Added README.rst for eventfd and uname samples. Updated README for
gettimeofday to align with other READMEs.Updated Makefile.host
file for samples to store output file in 'build' directory.

Signed-off-by: Doug Foster <dougwfost@gmail.com>
2024-01-19 10:32:23 +01:00

6 lines
124 B
Makefile

# This makefile builds the sample for a POSIX system, like Linux
eventfd: src/main.c
mkdir -p build
$(CC) $^ -o build/$@