Files
mckernel/test/issues/1201/Makefile
Tomoki Shirasawa ff0395581c Register PPD and release_handler at the same time.
Fix that process will remain even if signal is received between PPD
registration and release_handler registration.

Refs: #1201
Fujitsu: POSTK_DEBUG_TEMP_FIX_64
Change-Id: I571781963578df8cedb327f19298f595cfb137a3
2019-02-08 10:20:58 +09:00

10 lines
88 B
Makefile

TARGET=
all:: $(TARGET)
test:: $(TARGET)
sh ./C1201.sh
clean::
rm -f *.o $(TARGET)